home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VGADOC4B.ZIP / PCVISION.TXT < prev    next >
Text File  |  1995-09-29  |  3KB  |  72 lines

  1. The PC Vision plus is a framegrabber card.
  2.  
  3. base+0  (R/W): Control register
  4. bit   0  Zoom. If set pixels are doubled when displayed.
  5.       1  Gain Adjust Enable.
  6.          If clear the Gain will be incremented or decremented
  7.          (depending on the DIR flag in bit 3) by writes to the Gain and
  8.          Offset Counter (base+4), if set the Gain is fixed.
  9.       2  Offset Adjust Enable.
  10.          If clear the Offset Voltage will be incremented or decremented
  11.          (depending on the DIR flag in bit 3) by writes to the Gain and
  12.          Offset Counter (base+4), if set the Offset Voltage is fixed.
  13.       3  Adjust Direction Control.
  14.          If set writes to the Gain and Offset Counter (base+4)
  15.          will increment the Gain and Offset counters if the appropriate bits
  16.          (bit 1 and 2) are clear.
  17.       4  Board Select. If set the frame buffer is mapped into PC memory.
  18.     5-7  Page select. Selects which of 8 64k pages are mapped in.
  19.  
  20. base+1  (R/W): Lut Control Register
  21. bit 0-1  Look-Up Table Mode. Selects one of 4 Look Up Table banks
  22.          for manipulation.
  23.            0= Red LUT, 1= Green LUT, 2= Blue LUT, 3= Input LUT.
  24.     2-4  Input Lut Select. Selects one of 8 Input LUTs
  25.     5-7  Output Lut Select. Selects one of 8 LUTs for each color.
  26.  
  27. base+2  (R/W): Lut Address Register
  28. bit 0-7  Offset into the LUT selected by the Lut Control Register (base+1).
  29.          Reads and writes to the LUT Data Port (base+3) will go to this entry.
  30.  
  31. base+3  (R/W): Lut Data Port
  32. bit 0-7  This port directly accesses the offset selected by the Lut Address
  33.          Register (base+2) in the LUT selected by the Lut Control Register
  34.          (base+1).
  35.  
  36. base+4  (W): Gain and Offset Counter
  37. bit 0-7  Each write to this register will increment or decrement (depending on
  38.          the Direction flag in bit 3 of base+4) the Gain and Offset Voltage
  39.          Counters if Adjust is enabled (base+4 bit 1 and 2).
  40.  
  41. base+5  (R/W): Acquire and Status register
  42. bit   0  Video Input Select. If set video input is taken from Channel 1,
  43.          else from Channel 0.
  44.       1  Clock Source Select. If set clock source is a Phase-Locked Loop,
  45.          else a Crystal Oscillator.
  46.       2  (R) Odd/Even Status. Odd field displayed if set.
  47.       3  (R) Last Field Status. If clear the PCVISION plus is acquiring
  48.          the last field of a grab.
  49.       4  (R) Vertical Blank Status.
  50.              Vertical Blank active if clear (1.4ms).
  51.       5  (R) Horizontal Blank Status.
  52.              Horizontal blank active if clear (12.7us).
  53.     6-7  Acquire Mode.
  54.            0: Freeze. Terminate operation.
  55.            1: Clear.  Clear video memory.
  56.            2: Snap.   Acquire a single image.
  57.            3: Grab.   Continuously acquire images.
  58.          When read 0 indicates the system is not busy.
  59.  
  60. base+6  (R/W): Pan Register
  61. base+7  (R/W): Scroll Register
  62. base+8  (R/W): Memory Access Control Register
  63. base+9  (R/W): Host Mask Register
  64. bit 0-7  Each bit set prevents the corresponding bit plane from changes
  65.          during host access and clear operations.
  66.  
  67. base+Ah (R/W): Video Mask Register
  68. bit 0-7  Each bit set prevents the corresponding bit plane from changes
  69.          during acquire operations.
  70.  
  71. base+Bh (R/W): Pixel Buffer Register
  72.